Fix bug #16151 with background of display margins.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:51:59 +0000 (18:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:51:59 +0000 (18:51 +0200)
commite9635713abc995759579f1a55171c8f43fca0971
treefddf58cb229efc8bf2344293794e6cf4df2c9908
parent187ab3738148c325fb4556be00068d4b2f06de60
Fix bug #16151 with background of display margins.

 src/xdisp.c (extend_face_to_end_of_line): Extend background of
 non-default face in margin areas as well.  (Bug#16151)
 (display_line): Call extend_face_to_end_of_line for continued
 lines as well, if the display margins have non-zero width.
 (set_glyph_string_background_width): When needed, set the
 extends_to_end_of_line_p flag on glyph strings to be drawn in
 margin areas, not only in the text area.
src/ChangeLog
src/xdisp.c